Learn R Programming

dprop (version 0.1.0)

Birnbaum-Saunders distribution: Compute the distributional properties of the Birnbaum-Saunders distribution

Description

Compute the first four ordinary moments, central moments, mean, variance, Pearson's coefficient of skewness, kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the Birnbaum-Saunders distribution.

Usage

d_bs(v)

Value

d_bs gives the first four ordinary moments, central moments, mean, variance, Pearson's coefficient of skewness, kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the Birnbaum-Saunders distribution.

Arguments

v

The strictly positive scale parameter of the Birnbaum-Saunders distribution (\(v > 0\)).

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The following is the probability density function of the Birnbaum-Saunders distribution: $$ f(x)=\frac{x^{0.5}+x^{-0.5}}{2vx}\phi\left(\frac{x^{0.5}-x^{-0.5}}{v}\right), $$ where \(x > 0\) and \(v > 0\).

References

Chan, S., Nadarajah, S., & Afuecheta, E. (2016). An R package for value at risk and expected shortfall. Communications in Statistics Simulation and Computation, 45(9), 3416-3434.

See Also

d_normal

Examples

Run this code
d_bs(5)

Run the code above in your browser using DataLab